home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / movstop.mmm / 00038_Script_38 < prev    next >
Text File  |  1995-03-01  |  184b  |  11 lines

  1. global currStopper
  2.  
  3. puppetsound 0
  4.  
  5. set currStopper = currStopper + 1
  6. if currStopper > 11 or currStopper < 1 then
  7.   set currStopper = 1
  8. end if
  9.  
  10. go to frame "st" & currStopper
  11.